func github.com/jackc/pgx/v5/pgconn.startTLS
2 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L346: tlsConn, err = startTLS(pgConn.conn, connectConfig.tlsConfig)
pgconn.go#L493: func startTLS(conn net.Conn, tlsConfig *tls.Config) (net.Conn, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)